Options Method (Message Object)
The Options
method displays a message options dialog box where the user can change the
submission options for a message.
Syntax
objMessage.Options( [parentWindow] )
Parameters
objMessage
Required. The
Message object.
parentWindow
Optional.
Long. The parent window handle for the options dialog box. A value of 0
(the default) specifies an application-modal dialog box.
Remarks
The options
are provider-specific and are registered by the provider. Providers are not
required to register option sheets. When providers do not register options, the
Options method returns the error code MAPI_E_NOT_FOUND.
Per-message
options are properties of a message that control its behavior after submission.
The per-message options are part of the message envelope, not its content.
The following
methods can also invoke MAPI dialog boxes: Delete and Details
methods (AddressEntry object), Send method (Message object), Resolve
method (Recipient object and Recipients collection), AddressBook and Logon
methods (Session object).
See Also